@hokid it's not like systemd is one big blob.
That's how people argue.
Björn
@thaodan@mastodon.social
Posts
-
systemd lost the plot a long time ago. -
During production of Finding Nemo, we started using Linux boxes in addition to SGIs.Why?@jernej__s @Drwave I don't know why exactly either.
But I have gotten crashes with applications crashing the memory boundary with 32bit applications
regularly.I once found a wine wiki that explained this issue more detailed but the only thing I could find was this:
https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Developer's-Guide/Architecture-Overview#memory-management -
During production of Finding Nemo, we started using Linux boxes in addition to SGIs.Why?@Drwave The address space limitations and exhaustion is also an issue when using Wine.
Windows also reserves about 2g of memory for the kernel.
This can clause issues when applications run on Linux as there is no such limitation or only the one you mentioned.
Address space exhaustion is a frequent issue for these kinds of programs especially on modern Linux.