From c3cb4504a6555e0f52ef014507212b074a5175ca Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Wed, 6 Nov 2002 19:42:23 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=577 --- sched/feeder.C | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sched/feeder.C b/sched/feeder.C index 130ac41d6a..73b6c26f5c 100644 --- a/sched/feeder.C +++ b/sched/feeder.C @@ -41,6 +41,12 @@ // The feeder deletes the trigger file to indicate that it // has completed the request. +// If you get an "Invalid argument" error when trying to run the feeder, +// it is likely that you aren't able to allocate enough shared memory. +// Either increase the maximum shared memory segment size in the kernel +// configuration, or decrease the MAX_PLATFORMS, MAX_APPS +// MAX_APP_VERSIONS, and MAX_WU_RESULTS in sched_shmem.h + #include #include #include