Welcome, Guest. Please login or register.

Author Topic: 8Mb Fast RAM  (Read 1719 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
8Mb Fast RAM
« on: March 06, 2009, 09:05:03 PM »
Hi,

Today I received the new 4MB 30-pin SIMMS (x2) and connected them to my GVP HD8+. However I have a question; In what areas should I notice (most) the benefits of the extra Fast RAM?

Regards,
Sim085
 

Offline Matt_H

Re: 8Mb Fast RAM
« Reply #1 on: March 06, 2009, 09:29:07 PM »
Everywhere. In addition to having more room in the RAM disk and being able to run more programs, Fast RAM tends to have better access speed than Chip RAM, so you'll probably see some level of a speed increase as well.
 

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
Re: 8Mb Fast RAM
« Reply #2 on: March 06, 2009, 09:33:34 PM »
Quote

Matt_H wrote:
Everywhere. In addition to having more room in the RAM disk and being able to run more programs, Fast RAM tends to have better access speed than Chip RAM, so you'll probably see some level of a speed increase as well.
I can understand the part where you said that I can run more programs. However I cannot understand how the system should become any faster? Did Workbench (2.1) already have Virtual Memory? Because that is the only way I can imagine that could lead to speed up of execution.
 

Offline Matt_H

Re: 8Mb Fast RAM
« Reply #3 on: March 06, 2009, 10:37:37 PM »
Fast RAM gives the CPU its own dedicated pool of RAM to work with, separate from the (typically slower) custom chips. You'll see the biggest difference with 32-bit RAM on a 68030 (or higher) board, but even 16-bit RAM on the Zorro bus is better than nothing.
 

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
Re: 8Mb Fast RAM
« Reply #4 on: March 06, 2009, 10:53:32 PM »
Quote

Matt_H wrote:
Fast RAM gives the CPU its own dedicated pool of RAM to work with, separate from the (typically slower) custom chips.
What confuses me is that when workbench loads, at the top of the screen I have two memory values; one for the chip ram and one for the fast ram. Is the dedicated pool of RAM part of the fast ram value I see here? If so then how come this does not change every second? (Like in Windows, Task Manager).

Quote

Matt_H wrote:
You'll see the biggest difference with 32-bit RAM on a 68030 (or higher) board, but even 16-bit RAM on the Zorro bus is better than nothing.
One day :)
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: 8Mb Fast RAM
« Reply #5 on: March 06, 2009, 11:06:47 PM »
Quote
If so then how come this does not change every second? (Like in Windows, Task Manager).

Windows box typically has hundreds of processes allocating and freeing memory all the time. This "memory pressure" causes the values to change constantly.

Idle amiga typically has all apps waiting for user input.
 

Offline NovaCoder

Re: 8Mb Fast RAM
« Reply #6 on: March 06, 2009, 11:08:46 PM »
Quote

What confuses me is that when workbench loads, at the top of the screen I have two memory values; one for the chip ram and one for the fast ram. Is the dedicated pool of RAM part of the fast ram value I see here? If so then how come this does not change every second? (Like in Windows, Task Manager).


That's because Windoze is always running about a million background processes (even when you're not doing anything).
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
Re: 8Mb Fast RAM
« Reply #7 on: March 06, 2009, 11:17:41 PM »
Quote

Piru wrote:
Quote
If so then how come this does not change every second? (Like in Windows, Task Manager).

Windows box typically has hundreds of processes allocating and freeing memory all the time. This "memory pressure" causes the values to change constantly.

Idle amiga typically has all apps waiting for user input.
Yes that is true. However what I meant is does the value at the top of the workbench represent the memory not used by the CPU?

If so then if when I had 4MB of RAM I still had 3MB of RAM available, and now with 8MB of RAM I have 7MB of RAM available then my A500+ will not be any fast then when I had 4MB (because the CPU as it was still had plenty of space to use).

Mind you I am not sorry of having upgraded to 8MB, just curious :)
 

Offline Matt_H

Re: 8Mb Fast RAM
« Reply #8 on: March 06, 2009, 11:48:36 PM »
Since you already had some Fast RAM, then you're right. You probably won't see an increase in performance.

And the titlebar on the Workbench screen is set (hard-coded, I think) to only update every 5 seconds anyway. It's not a real-time memory monitor, but close enough for most uses. DOpus 4's memory clocks update every second, if you need that level of precision.
 

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
Re: 8Mb Fast RAM
« Reply #9 on: March 07, 2009, 12:04:04 AM »
Quote

Matt_H wrote:
Since you already had some Fast RAM, then you're right. You probably won't see an increase in performance.

And the titlebar on the Workbench screen is set (hard-coded, I think) to only update every 5 seconds anyway. It's not a real-time memory monitor, but close enough for most uses. DOpus 4's memory clocks update every second, if you need that level of precision.
Thanks :) I understand better. I also discovered an application called 'No Fast RAM' (it has a rabbit icon on it). I could notice a difference without fast ram :) thanks to all :)