Error generated when SystemResource queue overflows

Error generated when SystemResource queue overflows

SystemResource block is having a Queue od certain depth. If the queue overflows, then the following error will be generated.
  
"VisualSim.kernel.util.IllegalActionException: 
Saving Task to Scheduler_SW failed as Scheduler Queue is Full
Error_Number        :  Scheduler_04
Possible_Solution   :  Suggest increasing Queue Size, Scheduler Queue Length 
Description         :  Saving Task to Scheduler_SW failed as Scheduler Queue is FullVisualSim.actor.util.QueueException: Scheduler_FCFS is Full
  in .SystemResource_Queue_Overflow.SystemResource
at VisualSim.actor.lib.Scheduler_SW.saveTask(Unknown Source)
at VisualSim.actor.lib.Scheduler_SW.schedule(Unknown Source)
at VisualSim.actor.lib.Task_Basic.fire(Unknown Source)
at VisualSim.simulators.de.kernel.DEDirector.fireVisualSim(Unknown Source)
at VisualSim.simulators.de.kernel.DEDirector.fire(Unknown Source)
at VisualSim.actor.CompositeActor.fire(Unknown Source)
at VisualSim.actor.Manager.iterate(Unknown Source)
at VisualSim.actor.Manager.execute(Unknown Source)
at VisualSim.actor.Manager.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
at VisualSim.kernel.util.VisualSimThread.run(Unknown Source) "



Solution: Provide greater queue depth, limit the traffic rate, check if the processing is done at a slower rate.