Thread: What the fuck is this shit..

Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,074
    Thanks given
    2,625
    Thanks received
    3,579
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by ViruZ3 View Post
    hmm. would an array do this?

    this is the array i have:
    Code:
    public int[][][] array = new int[9000][9000][14];
    9000*9000*14*4 bytes = 4.2244792 gigabytes
    .
    Reply With Quote  
     

  2. #12  
    Doctor p - Sweet Shop

    Join Date
    Apr 2007
    Age
    28
    Posts
    6,835
    Thanks given
    150
    Thanks received
    584
    Rep Power
    2595
    Quote Originally Posted by Graham View Post
    9000*9000*14*4 bytes = 4.2244792 gigabytes
    agreed, it's not because there are 9000 items in the game that you need to have an array to hold them all...

    lower it to 100 or something and if you need more space then just raise the 100 to something more

    Reply With Quote  
     

  3. #13  
    Registered Member

    Join Date
    Sep 2008
    Posts
    2,156
    Thanks given
    3
    Thanks received
    2
    Rep Power
    182
    wow thats a LOT of gigabytes.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #14  
    That universal language.
    'Ramon's Avatar
    Join Date
    Nov 2008
    Age
    26
    Posts
    3,026
    Thanks given
    116
    Thanks received
    86
    Rep Power
    3165
    Its easy,
    I had the same error and it maybe sounds weird but i deleted my setted Environment Tables Like CLASS and CLASSPATH and everything worked fine for me.


    Reply With Quote  
     

  5. #15  
    Project Crimson

    Virus X3's Avatar
    Join Date
    May 2008
    Age
    29
    Posts
    663
    Thanks given
    7
    Thanks received
    11
    Rep Power
    250
    Quote Originally Posted by Graham View Post
    9000*9000*14*4 bytes = 4.2244792 gigabytes
    HOLY SHIT. Didnt realize thats what did it lol.
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •