Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Geomesa JAR

Check the pom-file. there will be some lines (within the build section) like:

<jvmArgs>
    <jvmArg>-Xms1024m</jvmArg>
    <jvmArg>-Xmx4G</jvmArg>
    <jvmArg>-Duser.timezone=UTC</jvmArg>
    <jvmArg>-XX:MaxPermSize=1024m</jvmArg>
</jvmArgs>a

Change the max argument (second) to <jvmArg>-Xmx1024m</jvmArg>

at least that worked for me

cheers,
Nico

On 26 Jan 2016, at 10:55, Antonio Bucciol <gilwyatt@xxxxxxxxx> wrote:

Hi,

I'm trying to go through Geomesa tutorials, but I'm currently hanged up. The tutorials require me to build Geomesa (mvn clean install) first, in order to generate a JAR to be later included in my code.
Unfortunately, I run out of memory during the geomesa-accumulo building phase (I have 7GB of RAM, but I'm building on a MapR VM which requires pretty much memory itself).

I've read that, by the 1.X version of Geomesa, a pre-compiled JAR would've been provided. I couldn't find it: did I miss it, or doesn't it actually exist yet?

Thank you in advance,
Antonio Bucciol _______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://www.locationtech.org/mailman/listinfo/geomesa-users


Back to the top