Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Thank you Howard!!  (Read 2583 times)

0 Members and 1 Guest are viewing this topic.

Random24

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 87
  • Last login:December 22, 2024, 01:51:59 pm
Thank you Howard!!
« on: August 15, 2002, 03:15:33 pm »
I love the new FE.  My only problem has been the memory footprint.  It was idling at 125MB!  I didn't want to complain though because it was a new program and I know that optomization usualy comes last.  I will definitely be downloading the new beta tonight when I get home from work. ;D ;D

SirPoonga

  • Puck'em Up
  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 8188
  • Last login:Today at 03:37:24 pm
  • The Bears Still Suck!
Re:Thank you Howard!!
« Reply #1 on: August 15, 2002, 03:37:05 pm »
You sure about that number?
If so how long was lazarus running, maybe there is a memory leak.

I just started it.  2.9meg while idling.  The weird thing, as soon as I ran a game it jumped DOWN to 500k.

Demon-Seed

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1521
  • Last login:April 04, 2022, 09:51:02 am
    • DemonCade (WORKING URL!)
Re:Thank you Howard!!
« Reply #2 on: August 15, 2002, 07:11:28 pm »
I agree this is going to be the best FE once its bugs are perfected! Its an excellent FE and thanks Howard!! I know we complain and report bugs a lot but we appreciate all of your great efforts! Please keep it up.
Life is like a video game, a good one never dies..

Random24

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 87
  • Last login:December 22, 2024, 01:51:59 pm
Re:Thank you Howard!!
« Reply #3 on: August 15, 2002, 09:33:17 pm »
Well, I got the new beta and it's still using 122,000kb of memory. :-\  It works great though.  I've got a Duron 850 with 512MB RAM on a Gigabyte GA-7IXE4 MB. My OS is XP Pro and I replaced explorer.exe with Lazarus.exe in the registry so it would start right up with no other crap.
« Last Edit: August 15, 2002, 09:35:47 pm by Random24 »

jaquer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 39
  • Last login:January 13, 2025, 10:20:49 pm
  • Geek of no Qualifications
Re:Thank you Howard!!
« Reply #4 on: August 15, 2002, 11:56:33 pm »
You don't say... I just checked, I also get 126K idle. Maybe we have too many games... hehehehe.

I have a very similar setup (shell replacement and everyhting). Dunno, like you said before, optimization will come later.

For now I would love to be able to figure out how to add other games (PC games, external apps) to the list. Oh, and a .dat maker that could make dats for an entire directory but that will read other filetyes (like .bin for Atari 2600). Do you think this is doable Howard? Because I've been looking into coding my own solution, but I would hate to work on something that you might be doing already.
It's pronounced hacker.

SirPoonga

  • Puck'em Up
  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 8188
  • Last login:Today at 03:37:24 pm
  • The Bears Still Suck!
Re:Thank you Howard!!
« Reply #5 on: August 16, 2002, 12:44:58 am »
you mean 127meg, not k?

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Today at 11:01:57 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Thank you Howard!!
« Reply #6 on: August 16, 2002, 03:14:46 am »
Thanks guys, way to make my head even more swelled.  ;D

Regarding memory issues....  I let vb use it's own memory managers to manage lazarus.  How it works is this:  

If your machine has a lot of ram (256+) it loads a bunch of working space in the memory for all of the various flags and things.  This makes it "faster" according to m$ standards.  If you have less ram it writes it to a temp file (virtual memory.)  There is really nominal speed difference as it takes rather small bits of data at a time.  

But none of this matters because once a game is launched the memory is dumped and it goes into sleep mode until the game is finished... thus the 500k that sirp mentioned.  

I hope that clears that up, and oh yeah the amount of memory consumed is dependants upon the amount of games you have and the size of the artwork.  My memory usage can get rather large sometimes too. ;)