Recent

Author Topic: Are there a certain limit to how much data you can put in your project ?  (Read 3458 times)

GoDxNero

  • Jr. Member
  • **
  • Posts: 58
Well, I have made all 5 games but all their game.exe size on disk are 12.1 MB . Is that weird ? Oo . If I were to exceed this number will my game still works ?

Ñuño_Martínez

  • Hero Member
  • *****
  • Posts: 1222
    • Burdjia
Re: Are there a certain limit to how much data you can put in your project ?
« Reply #1 on: November 11, 2009, 10:53:25 am »
Sorry but I don't understand you.

Are you asking why are executables so big? If so you should read this.

Are you asking whats the limit size for executables and/or RAM data? If so, the answer is: Depending on your computer, your operating system and their configuration. On 32bit systems theoretical limit is 4 GiB.
Are you interested in game programming? Join the Pascal Game Development community!
Also visit the Game Development Portal

alter

  • Full Member
  • ***
  • Posts: 151
    • KSP website
Re: Are there a certain limit to how much data you can put in your project ?
« Reply #2 on: November 11, 2009, 01:04:11 pm »
Actually since for instance Windows uses the same addressing space for graphics card memory and RAM (don't ask me why, it just does) it is safer to assume that limit is something more than 2 GB. On 32 bit system of course. On 64 bit theoreticaly it can be over 4 GB per process.

 

TinyPortal © 2005-2018