1f3ee
![]() |
|
|
|
|
|||||||
| System Hardware Internal storage, motherboards, PCI cards, stuff inside the case. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi
I got a root-server with 16GB ram. Fact is that it shows me only 3.49GB in Webmin. I've read in an other freebsd board, that on freebsd every process can adress 4gb of ram. Now I asked myself whether this is rigth or not. Thanks for helping! garrisson PS:I have to use the 32bit version, because the program, that's running on it only works with 32bit. |
|
#2
|
|||
|
|||
|
you need PAE
|
|
#3
|
|||
|
|||
|
hmm, can u tell me a bit more exactly what this is? Sorry for my bad knowledge of freebsd, but I'm quite new on this system.
|
|
#4
|
|||
|
|||
|
Of course it's true the 32 bit versions of FreeBSD (and any other system) can only use 4GB since 2^32 = 4,294,967,296 bytes = 4GB.
And you need to enable pae(4) (Physical Address Extensions) like mk said. But every process is still limited to 4GB.
__________________
May the source be with you! |
|
#5
|
||||
|
||||
|
|
|
#6
|
|||
|
|||
|
Ok, thank you for your fast responses! I think I will have to take a deeper look into freebsd, so far as I see.
If you could give me some tipps with configuring an own freebsd kernel, I would be really pleasured
|
|
#7
|
||||
|
||||
|
Is there a special reason... that you use the 32-Bit version?
__________________
Greetz ;) |
|
#8
|
||||
|
||||
|
Here's your starting point : http://www.freebsd.org/doc/en_US.ISO...ook/index.html
This is the section on compiling the kernel : http://www.freebsd.org/doc/en_US.ISO...-building.html Here's a useful thread over on Daemonforums : http://www.daemonforums.org/showthread.php?t=3042 Last edited by michaelrmgreen; January 8th, 2010 at 22:38. Reason: another link added |
|
#9
|
||||
|
||||
|
Can't you run it on 64-bit with 32-bit support compiled in the kernel?
Code:
options COMPAT_IA32 # Compatible with i386 binaries
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#10
|
||||
|
||||
|
Quote:
__________________
Greetz ;) |
|
#11
|
|||
|
|||
|
xD. I have to use the 32bit version, because the programm i want to use is only running on 32bit.
Quote:
greetz |
|
#12
|
|||
|
|||
|
Try using amd64 and run the program with 32-bit support. PAE doesn't seem to be very stable.
|
|
#13
|
|||
|
|||
|
You can run 32-bit binaries on 64-bit systems just fine. If you want to use 16GB of RAM, you are far better of using the amd64 install than PAE.
|
|
#14
|
||||
|
||||
|
64-bit AMD and Intel CPUs can run in 3 different modes:
AMD CPUs support hybrid/compatible mode better than Intel CPUs, but both can work like this.64-bit FreeBSD includes support for running 32-bit applications in the default install. However, each 32-bit program is still limited to only 4 GB of memory. But, you can run multiple 32-bit applications at once, each with their own 4 GB of memory space. The only way to really use the 16 GB of RAM to its fullest is to install the 64-bit version of FreeBSD. The other option is to remove 12 GB of RAM (leaving just 4 GB) and to use the 32-bit version of FreeBSD. |
|
#15
|
|||
|
|||
|
Hmm, I will try amd64.
|
|
#16
|
||||
|
||||
|
Thanks
__________________
Greetz ;) |
|
#17
|
|||
|
|||
|
So, I tried severl times the amd64, with freebsd8.0 and 7.1. The program, I want to ron on, just doesn't work..
So I think I'm going to try the PAE method. My problem is just, that I'm not sure how to complie my own kernel, I think there can my faults be done.. So, if you can help me with this, I would be very thankful
|
|
#19
|
|||
|
|||
|
hmm, ok then I will take a deeper look to it.., and then ask questions
|
|
#20
|
|||
|
|||
|
What program are you using that isn't working? What does it do when you try to run it?
|
|
#21
|
|||
|
|||
|
I tried now several times to build a custom kernel with PAE support, but it doesn't work. After reboot, the server doesn't awake and has to be started by the hoster. I don't know, what I'm missing, or where the fault is, because when I compile the kernel, it doesn't give me an error out.
Can give you me an Example Configuration of an PAE Kernel? This are the specs of the server:
I hope, this list can help you greetz Edit: @ gordon: It's an online multiplayer game. I would run on 64bit, but only with the right libs, but I don't have those libs.. I put a list of the libs, I need to have as attachmet to this post. Last edited by garrisson; January 24th, 2010 at 18:00. |
|
#22
|
|||
|
|||
|
Try installing amd64, then install the misc/compat5x port. The list of libraries you have are from that port and it needs to be installed or your program won't run.
Alternatively, you could give us more information about what is not working (error messages, pertinent output when you try to run the program on an amd64 host, etc). Without you being more forthcoming with the information, we can't be helpful in a solution. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to make freebsd run in RAM completely? | maitrikarunar | Installing & Upgrading | 7 | April 20th, 2010 01:19 |
| FreeBSD to RAM: is it possible? | sossego | General | 6 | September 26th, 2009 11:06 |
| How to insert the ram disk image to a FreeBSD kernel? | wsw1wsw2 | General | 7 | July 17th, 2009 10:08 |
| 6 gigs of ram on a 32 bit freebsd install | Fozzy | System Hardware | 3 | April 10th, 2009 18:59 |
| 8GB ram installed, but only using 3.5GB (FreeBSD 7.1 AMD64) | matthew | Installing & Upgrading | 3 | February 22nd, 2009 19:39 |