[wplug] Wine/IE memory leak?

Vance Kochenderfer vkochend at nyx.net
Wed Apr 2 18:52:38 EST 2008


I can't help with getting IE to behave, but running it using the
following script may keep it from bringing down the whole system.
You should adjust maxvm and the wine command line to fit your
situation.  (Also note that I haven't really tested this to see if
it works properly.)

#!/bin/bash

# Maximum virtual memory (address space) to allow, in megabytes
declare -i maxvm=512

ulimit -v $(( ${maxvm} * 1024 )) || \
  { echo "Could not set VM limit, exiting"; exit 1; }
wine [put your arguments here]

Vance Kochenderfer        |  "Get me out of these ropes and into a
vkochend at nyx.net          |   good belt of Scotch"    -Nick Danger


More information about the wplug mailing list