[FUG-BR] RES: Java nao roda, no enough space ? com 4G ?
Tempra Turbo
leonardolinden em yahoo.com
Quarta Outubro 11 16:25:55 BRT 2006
To mandando a config da maquina, kernel e sysctl pra vcs verem se pode ser alguma coisa...
kernel...
machine i386
cpu I686_CPU
ident KERNEL1
makeoptions COPTFLAGS="-O2 -pipe -funroll-loops -ffast-math"
maxusers 256
options NMBCLUSTERS=32768
...
options SMP
options COMPAT_LINUX
options LINPROCFS
options PMAP_SHPGPERPROC=215
options KVA_PAGES=384
options MAXDSIZ=(2048UL*1024*1024)
options MAXSSIZ=(128UL*1024*1024)
options DFLDSIZ=(2048UL*1024*1024)
# SYSV-style message queues
#options MSGMNB=16384 # max # of bytes in a queue
#options MSGMNI=40 # number of message queue identifiers
#options MSGSEG=2048 # number of message segments per queue
#options MSGSSZ=64 # size of a message segment
#options MSGTQL=2048 # max messages in system
# SYSV-style shared memory
#options SHMMAXPGS=80000
#options SHMSEG=256 # max shared mem id's per process
#options SHMMNI=256 # max shared mem id's per system
#options SHMMAX=2097152 # max shared memory segment size (bytes)
#options SHMALL=4096 # max amount of shared memory (pages)
# SYSV-style semaphores
#options SEMMNI=256
#options SEMMNS=512
#options SEMMNU=256
#options SEMMAP=256
options IPFIREWALL
options IPFIREWALL_FORWARD
options IPDIVERT
options SC_DISABLE_REBOOT
options TCP_DROP_SYNFIN
options DEVICE_POLLING
options HZ=1000
/etc/sysctl.conf
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=1
security.jail.set_hostname_allowed=0
security.jail.allow_raw_sockets=1
machdep.hyperthreading_allowed=1
kern.maxfiles=65535
kern.maxfilesperproc=32768
kern.ipc.somaxconn=8192
kern.ipc.maxsockbuf=2097152
kern.ipc.maxsockets=81920
kern.ipc.shmmax=33554432
kern.ipc.shmall=32768
#kern.ipc.shm_use_phys=1 # kernel to lock shared memory into RAM
# and prevent it from being paged out to swap
kern.polling.enable=1
kern.polling.user_frac=50
vfs.vmiodirenable=1
net.inet.tcp.sendspace=65535
net.inet.tcp.recvspace=65535
net.inet.udp.recvspace=65535
net.inet.udp.maxdgram=57344
net.local.stream.recvspace=65535
net.local.stream.sendspace=65535
/boot/loader.conf
machdep.hyperthreading_allowed=1
autoboot_delay="2"
beastie_disable="NO"
kern.ipc.nmbclusters=32768
kern.ipc.maxsockets=81920
hw.ata.atapi_dma=1
kern.hz="1000" # Set the kernel interval timer rate
kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI
kern.maxdsiz=2097152000 # 2 Gb
kern.dfldsiz=2097152000 # 2 Gb
kern.maxssiz=134217728 #128 Mb
----- Original Message ----
From: Leonardo RJ <temproso em gmail.com>
To: =?ISO-8859-1?Q?Lista_Brasileira_de_Discuss=E3o_sobre_FreeBSD_(FUG-BR)?= <freebsd em fug.com.br>
Sent: Wednesday, October 11, 2006 2:23:13 PM
Subject: Re: [FUG-BR] RES: Java nao roda, no enough space ? com 4G ?
voce pode me ajudar nisso ?
como faco para montar o /proc ?
Em 11/10/06, Rafael Fernandes<ragatol em netsite.com.br> escreveu:
> Amigo,
>
> Monta o /proc e usa o truss(1) para rodar o java.
>
> O truss fará um log de todas as chamadas de sistema que o java fizer, e
> então será mais fácil saber em qual chamada acontece o erro.
>
> Pelo menos, por enquanto, é o máximo que posso sugerir.
>
> []s
>
> Rafael.
>
> -----Mensagem original-----
> De: freebsd-bounces em fug.com.br [mailto:freebsd-bounces em fug.com.br] Em nome
> de Tempra Turbo
> Enviada em: quarta-feira, 11 de outubro de 2006 08:34
> Para: FUG
> Assunto: [FUG-BR] Java nao roda, no enough space ? com 4G ?
>
> Nao sei o que esta acontecendo, a maquina tem 4G de ram, mas ao tentar
> executar o java (diablo jdk 1.5, ou jdk 1.5 nativo compilado na maquina) da
> a seguinte mensagem
>
> java -version
> Error occurred during initialization of VM
> Could not reserve enough space for object heap
> Could not create the Java virtual machine.
>
>
> como posso saber a causa disso e o que mudar para que o java funcione ?
>
> []'s
>
>
> -------------------------
> Histórico: http://www.fug.com.br/historico/html/freebsd/
> Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
>
> -------------------------
> Histórico: http://www.fug.com.br/historico/html/freebsd/
> Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
>
-------------------------
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
Mais detalhes sobre a lista de discussão freebsd