Message boards : Server programs : Feeder Limit 10, recompile needed
Message board moderation
Author | Message |
---|---|
Send message Joined: 8 Dec 15 Posts: 20 |
sched/sched_shmem.h #ifndef MAX_PLATFORMS #define MAX_PLATFORMS 50 #endif #ifndef MAX_APPS #define MAX_APPS 1000 #endif #ifndef MAX_APP_VERSIONS #define MAX_APP_VERSIONS 100 #endif #ifndef MAX_ASSIGNMENTS #define MAX_ASSIGNMENTS 10 #endif // Default number of work items in shared mem. // You can configure this in config.xml (<shmem_work_items>) // If you increase this above 100, // you may exceed the max shared-memory segment size // on some operating systems. // #ifndef MAX_WU_RESULTS #define MAX_WU_RESULTS 1000 #endif ./sched/sched_config.h #define CONS_VALID_RELIABLE 100 // host is eligible to be considered "reliable" #define CONS_VALID_HOST_SCALE 100 // host is eligible for host scaling of credit #define CONS_VALID_UNREPLICATED 100 // host is eligible for single replication recomplite... log_localhost/scheduler.log shmem: size mismatch in max apps: expected 10, got 1000 |
Send message Joined: 8 Dec 15 Posts: 20 |
Ohh... Copy cgi :) |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.