码迷,mamicode.com
首页 >  
搜索关键字:shared-memory    ( 164个结果
ORA-27125: unable to create shared memory segment
操作系统环境:CentOSrelease6.7(Final)数据库版本:OracleDatabase10gEnterpriseEditionRelease10.2.0.1.0-64bit错误描述和截图:安装完数据库软件,用dbca建库时报:ORA-27125:unabletocreatesharedmemorysegment解决办法:经上网搜索发现是oracle一个BUG,正好本来要安装10.2.
分类:其他好文   时间:2018-08-25 22:17:41    阅读次数:260
Concurrent Programming(2)
Shared Variables in Threaded Programs Threads Memory Model Thus, registers are never shared, whereas virtual memory is always shared. The memory model ...
分类:其他好文   时间:2018-07-27 13:20:48    阅读次数:184
【软件构造】第十章 线程和分布式系统
本章关注复杂软件系统的构造。 本章关注复杂软件系统的构造。 这里的“复杂”包括三方面: 这里的“复杂”包括三方面: (1)多线程序 (2)分布式程序 (3) GUI 程序 Outline 并发编程 Shared memory Message passing 进程和线程 线程的创建和启动,runabl ...
分类:编程语言   时间:2018-06-20 18:40:10    阅读次数:203
错误:Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file: /tmp/hsperfdata_work/23408 Try using the -Djava.io.tmpdir= optio ...
分类:编程语言   时间:2018-05-07 15:32:05    阅读次数:653
c++ 高效并发编程
高效并发编程 并发编程的基本模型包括,通过消息机制来管理运行顺序的message passing, 通过互斥保护共享的shared memory。 线程同步的基本原则 1. 最低限度共享变量,考虑使用immutable对象 2. 尽量减小锁粒度 3. 互斥器和条件变量足以完成绝大多数任务,尽量使用高 ...
分类:编程语言   时间:2018-04-29 16:27:36    阅读次数:214
Insufficient space for shared memory file 内存文件空间不足
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file: /tmp/hsperfdata_work/10700Try using the -Djava.io.tmpdir= option ...
分类:其他好文   时间:2018-03-20 10:32:33    阅读次数:209
Linux内核同步 - Per-CPU变量
一、源由:为何引入Per-CPU变量? 1、lock bus带来的性能问题 在ARM平台上,ARMv6之前,SWP和SWPB指令被用来支持对shared memory的访问: SWP <Rt>, <Rt2>, [<Rn>] Rn中保存了SWP指令要操作的内存地址,通过该指令可以将Rn指定的内存数据加 ...
分类:系统相关   时间:2018-02-13 22:15:04    阅读次数:245
ORA-27101: shared memory realm does not exist
ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist
分类:其他好文   时间:2018-02-07 19:57:05    阅读次数:170
Loadrunner 问题总结
1、如图错误: 2、C:\Program Files (x86)\HP\LoadRunner\dat\channel_configure_merge.dat [General]下加入 shared_memory_max_size=1003、C:\Program Files (x86)\HP\Load ...
分类:其他好文   时间:2018-01-29 20:12:24    阅读次数:549
Oracle冷备份,恢复时报错解决
ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist 进程 ID: 0 会话 ID: 0 序列号: 0 因为这个小小的错误,折腾了我好几天,特记录如下。 上网搜索了下解决方案,如下: sqlplus ...
分类:数据库   时间:2017-12-17 19:25:10    阅读次数:259
164条   上一页 1 2 3 4 5 6 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!