1) Limit max processes on container; unfortunately docker seems intent on me not doing docker stupid tricks, so this is actually a bit of a pain on some systems… but if you figure out/etc/security/limits.conf, or can use prlimit (or write your own; use RLIMIT_NPROC instead of RLIMIT_NOFILE), you can do “prlimit –pid 666 –nproc=3:3” to limit the processes on the system to a very small number. Say… only what you’re running inside […]
virtual
Finally got Solaris 11 to work under VMware Fusion (5.03) – add (or replace whatever is there) line to the “solaris 11.vmx” in the VMware solaris location: ethernet0.virtualDev = “e1000” Works under bridged, at least! Now to engage the beast the Solaris has become over the years… hopefully dtrace will work well under the Real Thing.
So at first, this looks normal: The emulated hardware consists in the following devices: 32 bit x86 compatible CPU 8259 Programmble Interrupt Controller 8254 Programmble Interrupt Timer 16450 UART Real Time Clock. IDE interface and hard disk. But then… he goes on to say it’s written in… javascript. http://bellard.org/jslinux/tech.html Astonishing demo here (requires somewhat of a modern browser) :) http://bellard.org/jslinux/ Some people have big brains.