OSv v0.52.0 released !!!

2018-10-18 Thread Waldek Kozaczuk
I have just published another release of OSv - https://github.com/cloudius-systems/osv/releases/tag/v0.52.0. I am also enclosing the release notes down here. Feel free to point out things that I wrote incorrectly in any place (even though it has been published I believe we can still edit the

Need: Full Stack JAVA Developer with Cloud - Dallas, TX ** EAD, GC, CITIZEN, TN ** F2F IS MUST

2018-10-18 Thread Joseph Adams
Hi Professionals- F2F IS MUST Need to be local to Dallas. In person interview. * Angular 2+ Experience (Angular 4+ is a nice to have) * 3+ Years of application development experience * Java 7/8 experience * Spring Boot and Spring Tool Suite experience

Need: Full Stack JAVA Developer with Cloud - Dallas, TX ** EAD, GC, CITIZEN, TN ** F2F IS MUST

2018-10-18 Thread Joseph Adams
Hi Professionals- F2F IS MUST Need to be local to Dallas. In person interview. * Angular 2+ Experience (Angular 4+ is a nice to have) * 3+ Years of application development experience * Java 7/8 experience * Spring Boot and Spring Tool Suite experience

Re: How memory is allocated in OSv and how we could save 6MB or more

2018-10-18 Thread Waldek Kozaczuk
Thanks for your reply. On Sunday, October 14, 2018 at 11:25:30 AM UTC-4, Nadav Har'El wrote: > > > On Wed, Oct 3, 2018 at 12:38 AM Waldek Kozaczuk > wrote: > >> Last week or so I was trying to learn and understand how memory is >> allocated in OSv during its lifecycle since the moment it boots.

[COMMIT osv master] Updated to latest osv-apps adding seven more demo apps

2018-10-18 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Updated to latest osv-apps adding seven more demo apps Signed-off-by: Waldemar Kozaczuk --- diff --git a/apps b/apps --- a/apps +++ b/apps @@ -1 +1 @@ -Subproject commit 03894311c95325def5ab3061979027f154e6e93e +Subproject

[COMMIT osv-apps master] Added GraalVM demo app

2018-10-18 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added GraalVM demo app Signed-off-by: Waldemar Kozaczuk --- diff --git a/graalvm-example/.gitignore b/graalvm-example/.gitignore --- a/graalvm-example/.gitignore +++ b/graalvm-example/.gitignore @@ -0,0 +1,3 @@ +*.h

[COMMIT osv-apps master] Added C# Mono app example

2018-10-18 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added C# Mono app example Signed-off-by: Waldemar Kozaczuk --- diff --git a/mono-example/Makefile b/mono-example/Makefile --- a/mono-example/Makefile +++ b/mono-example/Makefile @@ -0,0 +1,22 @@ +.PHONY: module +module:

[COMMIT osv-apps master] Added simple java httpserver app

2018-10-18 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added simple java httpserver app Signed-off-by: Waldemar Kozaczuk --- diff --git a/java-httpserver/.gitignore b/java-httpserver/.gitignore --- a/java-httpserver/.gitignore +++ b/java-httpserver/.gitignore @@ -0,0 +1 @@