https://bugs.winehq.org/show_bug.cgi?id=57050
--- Comment #11 from Cedric cedric.dewijs@eclipso.eu --- It's a 32 bit executable. I don't understand howto limit VmSize, nor do I know howto limit that / set it higher.
I do can see the current value of VMSize using top and /proc: $ top
top - 17:43:56 up 9:58, 2 users, load average: 2.22, 1.45, 0.93 Tasks: 440 total, 2 running, 438 sleeping, 0 stopped, 0 zombie %Cpu(s): 9.7 us, 12.9 sy, 0.0 ni, 76.9 id, 0.2 wa, 0.2 hi, 0.1 si, 0.0 st MiB Mem : 32042.0 total, 13922.4 free, 8071.0 used, 10856.2 buff/cache MiB Swap: 0.0 total, 0.0 free, 0.0 used. 23971.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 249756 cedric 20 0 3616272 515848 134880 R 221.9 1.6 3:32.83 Game Master
$ cat /proc/249756/status Name: Game Master Umask: 0022 State: S (sleeping) Tgid: 249756 Ngid: 0 Pid: 249756 PPid: 130958 TracerPid: 0 Uid: 1000 1000 1000 1000 Gid: 1000 1000 1000 1000 FDSize: 256 Groups: 108 150 963 968 985 986 992 1000 1002 NStgid: 249756 NSpid: 249756 NSpgid: 249756 NSsid: 130958 Kthread: 0 VmPeak: 3902004 kB VmSize: 3623440 kB VmLck: 0 kB VmPin: 0 kB VmHWM: 554900 kB VmRSS: 519204 kB RssAnon: 384324 kB RssFile: 119520 kB RssShmem: 15360 kB VmData: 677116 kB VmStk: 132 kB VmExe: 8 kB VmLib: 222228 kB VmPTE: 1836 kB VmSwap: 0 kB HugetlbPages: 0 kB CoreDumping: 0 THP_enabled: 1 untag_mask: 0xffffffffffffffff Threads: 42 SigQ: 0/128107 SigPnd: 0000000000000000 ShdPnd: 0000000000000000 SigBlk: 0000000000000000 SigIgn: 0000000000001000 SigCgt: 00000001000006fe CapInh: 0000000800000000 CapPrm: 0000000000000000 CapEff: 0000000000000000 CapBnd: 000001ffffffffff CapAmb: 0000000000000000 NoNewPrivs: 0 Seccomp: 0 Seccomp_filters: 0 Speculation_Store_Bypass: thread vulnerable SpeculationIndirectBranch: conditional enabled Cpus_allowed: fff Cpus_allowed_list: 0-11 Mems_allowed: 00000001 Mems_allowed_list: 0 voluntary_ctxt_switches: 1599752 nonvoluntary_ctxt_switches: 12307 x86_Thread_features: x86_Thread_features_locked:
ulimit doesn't impose any limit: $ ulimit -v unlimited