oiaohm wrote: > Sorry I forget wine must have around 4GB. I gave instructions based on how to deal with normal programs under Linux being hogs using ulimit. > > Now of course more than 4GB equals problems for some problems. Bare min ulimit I have found to get winecfg to kick up is ulimit -v 3707585. So a ulimits between 3707585 to 4194304 would be recommend range. Note going for the high side would be better than going too low. > > Thinking ulimit virtual memory limit when hit causes to wine to respond with Cannot allocate memory. Should not break well coded applications instead trigger them to release memory and reuse. > > For some of those memory bugs trying ulimit would be highly recommended. It might be all that is required to prevent. Thanks. I've tried ulimit -m 3145728 with no results but with -v 3145728 Wine don't start. Can fix it I only with the setup the kernel and Linux for only 3Gbyte of memory? Or Wine will fix the bug in the future?