Re: [osv-dev] Re: [PATCH] Support local-exec TLS access

2019-05-26 Thread Waldek Kozaczuk
Ping. On Sunday, May 12, 2019 at 8:47:16 AM UTC-4, Waldek Kozaczuk wrote: > > I just meant that even though the test programs, golang and node.js (that > also use tls) work I have found at least one example - rust program - that > does not work even if I make tls reserve big enough for it. And

[osv-dev] Re: [PATCH] imgedit.py: do not open a port to the entire world

2019-05-26 Thread Waldek Kozaczuk
Hi, I have applied the patch. But doesn't it fix one of the issues referenced here? Waldek On Sunday, May 19, 2019 at 11:58:51 AM UTC-4, Nadav Har'El wrote: > > Since commit 464f4e0, imgedit.py opens runs qemu-nbd on a random port, > but qemu-nbd needlessly listens to all interfaces -

[osv-dev] [COMMIT osv master] imgedit.py: do not open a port to the entire world

2019-05-26 Thread Commit Bot
From: Nadav Har'El Committer: Waldemar Kozaczuk Branch: master imgedit.py: do not open a port to the entire world Since commit 464f4e0, imgedit.py opens runs qemu-nbd on a random port, but qemu-nbd needlessly listens to all interfaces - including potentially to connections from the outside

Re: [osv-dev] Re: Memory problem with Java multithreading application in OSv

2019-05-26 Thread Waldek Kozaczuk
Hi, I have experimented a bit and it seems your problem on JVM side and you probably have to tune it up with some options. First of just to set the baseline of OSv memory usage itself. The simplest image with C 'hello worlds' example with ROFS and using single vCPU ./scripts/build fs=rofs

Re: [osv-dev] Re: Memory problem with Java multithreading application in OSv

2019-05-26 Thread Waldek Kozaczuk
I will try to take a look Sent from my iPhone > On May 26, 2019, at 13:44, robertob wrote: > > Sorry, I am halted on this problem. > > Any Idea? > > Il giorno giovedì 23 maggio 2019 08:15:03 UTC+2, robertob ha scritto: >> >> Hi guys, >> >> I've also tried on the Fedora 30 linux to

Re: [osv-dev] Re: Memory problem with Java multithreading application in OSv

2019-05-26 Thread robertob
Sorry, I am halted on this problem. Any Idea? Il giorno giovedì 23 maggio 2019 08:15:03 UTC+2, robertob ha scritto: > > Hi guys, > > I've also tried on the Fedora 30 linux to execute the Java app with 400 > threads and I must confirm that the machine memory does not go over 700 MB > during