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