On Monday 31 July 2006 16:22, Alexandre Julliard wrote:
Tijl Coosemans tijl@ulyssis.org writes:
So I was thinking of moving Wine to 0x20000000. That would be the easiest solution by far, but, are there any potential problems with that?
Yes, that's too low, apps can expect that address to be free. If you can't change the 512Mb thing then you should use something around 0x50000000, but really the 0x70000000 range would be preferable.
I can lower the 512Mb with setrlimit and RLIMIT_DATA, but that would have to happen inside the preloader (using a direct syscall I suppose), which currently isn't used on FreeBSD and probably doesn't even work. So I'll add that to my todo list and use something in the 0x50000000 range for now.