summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-09 20:35:03 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-09 20:35:03 +0000
commitd8d341b74537b40524c507ef73ec49663fdab5bf (patch)
tree669be21cb3c07691b84daca7557c8acd3236826b
parent0e68636690f89af40c0cac9e282c02ebb0aacf8a (diff)
downloadATCD-d8d341b74537b40524c507ef73ec49663fdab5bf.tar.gz
ChangeLogTag: Tue Jan 9 14:31:12 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/server_shmiop.conf2
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c5954dc714f..3a57df27afc 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Tue Jan 9 14:31:12 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * performance-tests/Cubit/TAO/IDL_Cubit/server_shmiop.conf:
+ Increased the shared memory size to 1MB by adding
+ -MMAPFileSize 100000 to prevent an out of memory error
+ when using SHMIOP. Thanks to Bala for finding and fixing
+ this.
+
Tue Jan 9 13:28:21 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/IIOP_Connection_Handler.cpp:
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server_shmiop.conf b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server_shmiop.conf
index 9af231e03ce..a81e2241f3c 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server_shmiop.conf
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server_shmiop.conf
@@ -1,2 +1,2 @@
#
-dynamic SHMIOP_Factory Service_Object *TAO_Strategies:_make_TAO_SHMIOP_Protocol_Factory () "-MMAPFilePrefix server_shmiop "
+dynamic SHMIOP_Factory Service_Object *TAO_Strategies:_make_TAO_SHMIOP_Protocol_Factory () "-MMAPFilePrefix server_shmiop -MMAPFileSize 1000000"