aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt1
1 files changed, 1 insertions, 0 deletions
diff --git a/iurt b/iurt
index a07809a..a9ed411 100755
--- a/iurt
+++ b/iurt
@@ -1089,6 +1089,7 @@ do {
$pid = waitpid(-1, 0);
delete $children{$pid} if $pid > 0;
}
+ # TODO: check load, free memory and free disk
my $pid = fork;
if ($pid) { #parent
$children{$pid} = 1;