Search:

Type: Posts; User: Z1234

Search: Search took 0.34 seconds.

  1. Can I allocate more memory to Java if I update a property?

    I am running 64 bit Java on 64 bit Windows.

    I am aware that I can allocate a higher memory limit
    to 64 bit Java via the -Xmx switch.

    Is it possible to successfully update this in memory by...
  2. Replies
    0
    Views
    982

    Turning off Java Floating Point denormals?

    float and Float, double and Double, suffer from arithmetic operational underflow and overflow,
    which are tantamount to base 10 range innacuracy.

    Consider the cases of Vector3d and Vector3f...
Results 1 to 2 of 2