Revision 253d7562
Von Sven Schöling vor mehr als 5 Jahren hinzugefügt
scripts/task_server.pl | ||
---|---|---|
25 | 25 |
use SL::DBUpgrade2; |
26 | 26 |
use SL::DB::AuthClient; |
27 | 27 |
use SL::DB::BackgroundJob; |
28 |
use SL::Dispatcher;
|
|
28 |
use SL::System::Process;
|
|
29 | 29 |
use SL::BackgroundJob::ALL; |
30 | 30 |
use SL::Form; |
31 | 31 |
use SL::Helper::DateTime; |
... | ... | |
332 | 332 |
|
333 | 333 |
clean_before_sleeping(); |
334 | 334 |
|
335 |
if (SL::Dispatcher::_memory_usage_is_too_high()) {
|
|
335 |
if (SL::System::Process::memory_usage_is_too_high()) {
|
|
336 | 336 |
return; |
337 | 337 |
} |
338 | 338 |
|
Auch abrufbar als: Unified diff
memory_usage_is_too_high von Dispatcher nach System::Process verschoben
(cherry picked from commit c0e3364a21b2da1c61564ddb8d9afa5ab6489f9c)