本月博客排行
-
第1名
arpenker -
第2名
kaizi1992 -
第3名
wy_19921005
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- javashop
- e_e
- tanling8334
- arpenker
- sam123456gz
- kaizi1992
- zysnba
- xiangjie88
- lemonhandsome
- ganxueyun
- xyuma
- Xeden
- wangchen.ily
- zhanjia
- jh108020
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- ajinn
- daizj
- xpenxpen
- wjianwei666
- ranbuijj
- 喧嚣求静
- kingwell.leng
- silverend
- lchb139128
- kristy_yy
- jveqi
- lich0079
- lzyfn123
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- zhangjijun
- lxguy
- lyndon.lin
最新文章列表
How to install pgsql on Solaris 10
1) Check out the OS version and architecture, such as:
bash-3.00# cat /etc/release
Solaris 10 5/08 s10s_u5wos_10 SPARC
bash-3.00# isainfo -b
64
2) Although it's not hard to build code from scratch, i ...
OutOfMemoryError: unable to create new native thread
如题,此异常在我们的系统经常出现,虽然重新启动能够正常运行,可是不解决根本问题。
此问题在jboss的社区有个比较好的解释,其中提到一个比较好的进程空间公式:
引用TotalProcessSpace = .5GB(java overhead) + Heap + (Threads*ThreadStackSize)
可见,在进程空间一定的情况下,分配的堆内存越多,其线程栈的空间越少,而在 ...
DRBD (Distributed Replicated Block Device)
DRBD (Distributed Replicated Block Device)
Homepage: http://www.drbd.org/
实验环境需要两台电脑,如果你没有,建议你使用VMware,并且为每一个虚拟机添加两块硬盘。
实验环境
master: 192.168.0.1 DRBD:/dev/sdb
slave: 19 ...
Ubuntu10.04光盘启动重新安装GRUB到主引导区MBR修复Linux启动
安装Linux的时候,已经习惯使用GRUB来引导系统,最近Windows崩溃,重装了一次,刚好把MBR上面GRUB删掉了,
这样硬盘里面虽然有完整的系统跟引导配置文件,却无法启动Linux...
现在有两个方案,一个是安装grub4dos,修改配置文件,然后启动linux.
还有就是把grub重新安装到MBR上面。
现在习惯了开机启动的方法,所以我们把grub重新安装到硬盘的MBR上 ...
The C10K problem
It's time for web servers to handle ten thousand clients simultaneously, don't you think? After all, the web is a big place now.
And computers are big, too. You can buy a 1000MHz machine with 2 gigab ...