~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to update/1.3.07.08/maradns-1.3.07.07-max_mem.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- maradns-1.3.07.08/MaraDns.h.orig    2007-12-24 01:04:25.000000000 -0600
2
 
+++ maradns-1.3.07.08/MaraDns.h 2007-12-24 01:05:00.000000000 -0600
3
 
@@ -23,9 +23,9 @@
4
 
  * memory threads can use.  These numbers should be higher than the
5
 
  * maximum possible thread overhead */
6
 
 /* The amount of memory used to have threads at all */
7
 
-#define THREAD_OVERHEAD 67108864
8
 
+#define THREAD_OVERHEAD 536870912
9
 
 /* The amount of memory a single thread will use */
10
 
-#define PER_THREAD_MEM 262144
11
 
+#define PER_THREAD_MEM 16777216
12
 
 
13
 
 /* Franky Van Liedekerke's contributions so this can compile on Solaris */
14
 
 #ifdef SOLARIS