Y
Hacker News
new
|
ask
|
show
|
jobs
by
nottorp
164 days ago
RAM is cheap mmmkay?
Or at least it used to be when they designed the thing…
2 comments
RealityVoid
164 days ago
Is it a RAM problem though? My understanding is that each process loads the shared library in its own memory space, so it's only a ROM/HDD space problem.
link
nottorp
164 days ago
If you stop using shared libraries each application will have its own copy in ram…
link
goodpoint
164 days ago
The problem is vulnerable dependencies and having to update hundreds of binaries when a vuln is fixed.
link