search for: shm_size

Displaying 3 results from an estimated 3 matches for "shm_size".

Did you mean: sh_size
2013 Jun 10
2
Best way to add APC and change size of apc.shm_size
Hello!! I am a new user to puppet and I need to use puppet to install apc and change the size of apc.shm_size to 64. I have found a module here: https://github.com/ridonkulous/puppet-apc However, when I add the module in, it does not work. I get errors on the puppet code. Is there a way to just install the apc package normally and just use puppet code to change apc.shm_size? Thanks in advance for you...
2004 Apr 13
1
shared mem advice
...here I would use shared memory for some vectors Any suggestion is appreciated... I wonder if the right approach would be to modify add a modified version of the allocVector(SEXPTYPE type, int length) function specifically shared_mem_id = shmget(shared_mem_key, SHM_SIZE, IPC_CREAT); shared = (SEXP) shmat(shared_mem_id, (void *)0, 0); my_allocVector(SEXPTYPE type, int length, SEXP shared) { SEXP s=shared; .... And erase this if: ################################################# if(size >=...
1998 Apr 01
0
[Fwd: Semaphore problem on HP-UX ?]
...udes.h, recompiled and reinstalled the samba on the test machine. Unfortunately it made no difference. :-(. I added some debugging code and looked what happened : -------------------------------------------------------------------- DEBUG(4,("Trying sysv shmem open of size %d\n", shm_size)); /* first the semaphore */ sem_id = semget(SEMAPHORE_KEY, 0, 0); if (sem_id == -1) { if (read_only) return NULL; hash_size = SHMEM_HASH_SIZE; DEBUG(4,("semaphore : initial hash-size = %d \n",...