Re: [Pharo-users] [Tutorial] CI Automated Build for your Pharo Application

2015-08-15 Thread Offray Vladimir Luna Cárdenas

Thanks a lot! :)

On 14/08/15 07:36, Jigyasa Grover wrote:

Hi Folks !

I have been working throughout the summers on /searchQuick/, an 
application to enable a user to search a set of books or texts, like 
an encyclopedia, or some other topical book collection offline. 
(https://github.com/jig08/sQuick_new )


On my mentors suggestion, I have put up my application 
for automated build on /CI Inria/. While undergoing the process of 
configuring my application for automated build, I have jotted down and 
compiled important steps/information in my post namely '*[Tutorial] CI 
Automated Build for your Pharo Application*' [/LINK/: 
https://jigyasagrover.wordpress.com/2015/08/08/ci-automated-build-for-your-pharo-application/] on 
my blogspot /jigyasagrover.wordpress.com 
./

Kindly give it a read.
I look forward to all your comments and suggestions.

Regards
Jigyasa




Re: [Pharo-users] how to reinitialize the jvm in jniport?

2015-08-15 Thread Tudor Girba
Hi Joachim,

How can I drop or reinitialize the JVM reliably? The code from the previous
message does not seem to work.

Cheers,
Tudor



On Fri, Aug 7, 2015 at 12:39 PM, Tudor Girba  wrote:

> Hi,
>
> I am trying to shutdown a Jvm instance but when I try to use a new
> instance, I get a "JNIError: unknown error".
>
> Here is what I do on OS X using Pharo 3.0:
>
> Gofer new
> smalltalkhubUser: 'JNIPort' project: 'JNIPort';
> configuration;
> loadVersion: '3.0-baseline'.
>
> JNIPortJNIInterface libraryFile:
> '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libclient.dylib'.
> jvm := JVM newWithDefaultSettings.
> jvm findClass: 'java.lang.String'.
> "==> public final java.lang.String
> Instance class: JavaLangString
> Static class: StaticJavaLangObject"
>
> jvm shutdown. "with or without this line, the below error is the same"
>
> anotherJvm := JVM newWithDefaultSettings.
>
> ==> "JNIError: unknown error"
>
>
> What am I doing wrong?
>
> Cheers,
> Doru
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>



-- 
www.tudorgirba.com

"Every thing has its own flow"


Re: [Pharo-users] how to increase memory for the jvm through jniport?

2015-08-15 Thread Tudor Girba
Hi Joachim,

Do you happen to know how to set the Xmx for the JVM through JNIPort?

I have this one right now, but I am not sure it's correct:

jvmSettings := JVMSettings new.
...
jvmSettings runtimeSettings addOption: 'Xmx4000m'.
^ JVM newWithSettings: jvmSettings

Cheers,
Tudor


On Fri, Aug 7, 2015 at 8:29 AM, Tudor Girba  wrote:

> Hi,
>
> When using JNIPort I am getting a "java.lang.OutOfMemory: Java heap
> space". To go around this, I would need to provide more memory to the JVM.
>
> Essentially, I would like to provide the correspondent of a command line
> like:
> java -Xmx4000m
>
> How should I do this?
>
> Cheers,
> Doru
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>



-- 
www.tudorgirba.com

"Every thing has its own flow"


Re: [Pharo-users] Tabular: https://ci.inria.fr/pharo-contribution/job/Tabular/lastCompletedBuild/testReport/

2015-08-15 Thread H. Hirzel
Thanks Cyril.

Tabular-HannesHirzel.62 is loaded in #4.

I have added 
http://ss3.gemtalksystems.com/ss/Tabular/Tabular-HannesHirzel.73.mcz

and no re-run was triggered

--Hannes

On 8/14/15, Ferlicot D. Cyril  wrote:
> Le 14/08/2015 15:07, H. Hirzel a écrit :
>> Thank you.
>>
>> Build 4 is now done. Where can I see which
>>
>> http://ss3.gemtalksystems.com/ss/Tabular/Tabular-HannesHirzel.nn.mcz
>>
>> file it picked?
>>
>> Hannes
>>
>
> You can find it on the console output. For example for the build
> development on Pharo 5 out have it here:
> https://ci.inria.fr/pharo-contribution/job/Tabular/PHARO=50,VERSION=development,VM=vm/4/console
>
> that was Loaded -> Tabular-HannesHirzel.62
>
> --
> Cyril
>
>