News
Plauderkasten VZ-networks
12 Apr 2010 from bennenbroek
Snow-Sprint 2010: a diverse Outcome
18 Feb 2010 from lang
Our team needs growth
13 Jan 2010 from lang
Merry Christmas and a happy 2010
23 Dec 2009 from lang
Snowsprint 2010 - Registration opened
03 Oct 2009 from Manfred Schwendinger
Lovely Systems at EuroPython 2009
30 Jun 2009 from Andreas Feuerstein
Manunia Friedel taking care of business relations
29 May 2009 from Andreas Feuerstein
New version of a-z.ch is online!
06 Apr 2009 from Andreas Feuerstein
Jodok is Chief Technical Officer of studiVZ
02 Apr 2009 from Andreas Feuerstein
Lovely Twitter
simple ZODB performance settings
25 Mar 2007 from kartnaller, postet in Uncategorized

The use of the database can be optimized by using a bigger cache in the client.

For a single zope instance without a zeo server this can be done by increasing the number of cached objects.

The cache.size parameter in etc/local.conf must be set (default is 5000) :


cache-size 50000
path $DATADIR/Data.fs

The default size of 5000 is no longer usefull for a database with 200000 objects.

For a zeo client it is possible to configurate the client cache memory size :

server localhost:8101 storage 1
# ZEO client cache, in bytes
cache-size 300MB
# Uncomment to have a persistent disk cache
#client zeo1

The size should be set to a high value because otherwise a lot of network traffic is created between zeo and the client, this is also true if the client and zeo is on the same machine using localhost for the connection.

subversion switch
17 Sep 2006 from kartnaller, postet in development

When using subversion it is sometimes neccessary to “switch” a checkout to another location.

There are different scenarios :

  1. The switch occures inside the same repository, eg. from the trunk to a branch.
    > svn switch URL [PATH]
  2. A change switches to the new location of a repositiory after the repository was moved
    > svn switch –relocate FROM TO [PATH]
  3. A switch is neccessary from a read only checkout to a writeable checkout.
    This command is often used to switch a read only svn checkout to a writeable checkout :
    > svn switch –relocate svn:// svn+ssh:// [PATH]
openvpn on mac os-x
12 Aug 2006 from kartnaller, postet in Mac OSX

I just installed openvpn on my mac os-x macbook.
Sadly it was not click and run :(
The good news is, I managed it to work…

Technorati Tags: , ,


(more…)

Welcome
05 Aug 2006 from kartnaller, postet in lovely

Now that I’m employed at Lovely Systems I got my own blog.

Technorati Tags:


(more…)