[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Very very slow startup on a linux machine



> Horst Gaussmann wrote:
> 
> The opening of my local database takes A LOT of time.
> I used it under Windows ( NT, 2000 ) together with tomcat there it was
> fast, but startup on Linux takes very long ...
My info.
SuSE 6.4
UMAX laptop k6-II 333mhz 128meg ram
ozone 0.6

maxwell@maxwell:~/app/ozone-0.6/bin > java -version
java version "1.2.2"
Classic VM (build 1.2.2-L, green threads, nojit)


Summary 6 seconds startup and shutdown.

maxwell@maxwell:~/app/ozone-0.6/bin > date; ozone -d../../ozonedb ; date
Tue Mar 13 15:01:08 MST 2001
ozone server - version 0.6
initializing environment...
    ozoneDB.adminPort = 3000
    ozoneDB.classicStore.clusterSize = 65536
    ozoneDB.classicStore.clusterSpaceSize = 5120000
    ozoneDB.classicStore.tableBufferSize = 12800
    ozoneDB.classicStore.tableCacheSize = 4096
    ozoneDB.dbID = 0
    ozoneDB.fileLog = INFO, WARN, ERROR
    ozoneDB.port = 3333
    ozoneDB.stdoutLog = INFO, WARN, ERROR
    ozoneDB.store = org.ozoneDB.core.wizardStore.WizardStore
    ozoneDB.wizardStore.clusterSize = 65536
    ozoneDB.wizardStore.clusterSizeRatio = 256
    ozoneDB.wizardStore.compressClusters = true
    ozoneDB.wizardStore.tableBufferSize = 15
    ozoneDB.wizardStore.tableCacheSize = 12
    ozoneDB.wizardStore.tableSubtableSize = 11
[info] (511) Env: Copyright (C) 1997-2000 The Ozone Database Project
[info] (511) Env: contains libraries from the Apache Software Foundation
[info] (511) Env: contains libraries from SUN microsystems
[info] (511) Env: contains libraries from the W3C
[info] (511) Env: contains libraries from Exoffice, Inc.
[info] (511) Env: contains libraries (JavaClass) from Markus Dahm 
[info] (511) Env: Copyright (C) under owner's respective terms.
[info] (511) Env: checking memory... 
[info] (511) Env:    total: 25812984
[info] (511) Env:    free : 198088
[info] (511) ClassManager: startup...
[info] (511) UserManager: startup...
[info] (511) TransactionManager: startup...
[info] (511) WizardStore: startup...
[info] (511) WizardStore:     0 IDs, 0 name(s))
[info] (511) InvokeServer: startup...
[info] (511) AdminPort: startup...
[info] (511) Env: external event processing started
[info] (511) Env: deadlock recognition started
('q' to shutdown without admin tool)
q
[info] (511) Env: shutdown...
[info] (511) InvokeServer: shutdown...
[info] (511) AdminPort: shutdown...
[info] (511) Env: Deadlock recognition stopped.
[info] (511) TransactionManager: shutdown...
[info] (511) TransactionManager:     there are 0 pending transaction(s)
[info] (511) TransactionManager: acquire count total:0
[info] (511) WizardStore: shutdown...
[info] (511) UserManager: shutdown...
[info] (511) ClassManager: shutdown...
[info] (511) Env: Bye.
Tue Mar 13 15:01:14 MST 2001