Sponsored Content
Top Forums Web Development What is the maximum users we can go in weblogic and Oracle? Post 303017582 by jim mcnamara on Friday 18th of May 2018 10:46:54 AM
Old 05-18-2018
Do you mean simultaneous processes from one user?
As much as the system load will tolerate. This is a matter of available memory, process slots, and I/O resources.

Do you mean different simultaneous usernames?
The comment above applies about resources, plus there is an upper limit to the number of usernames a UNIX system can have. Ex Solaris 10 allows 65000 usernames by default.

I think maybe you misunderstand. Weblogic runs as a user and creates processes that connect into oracle. So the oracle kernel has to deal with how many simultaneous users in any case. Oracle scales very well but there are limits to performance.

Guessing you are trying to do some preliminary work on setting up a weblogic server.
Anything like this requires a lot of information - number of users, kinds of transactions and so on. The list is not small.

When you ask a question, giving us the OS, system hardware configuration (memory, disk, etc) is the base requirement. I worked in a place that runs weblogic on servers that are separate from the oracle kernel, for example. We had 500-700 users online.

So in reality there is no decent answer to the questions as asked. Sorry.
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Maximum number of users allowed

How do i determen (what command) the max. number of users allowed Thanks in advance (10 Replies)
Discussion started by: siza
10 Replies

2. Solaris

oracle and weblogic startup

Hi All, i am facing problem after restart my Unix Box PC i should to startup oracle manual and weblogic also how yo make it start automatic (1 Reply)
Discussion started by: xxmasrawy
1 Replies
maxuprc(5)							File Formats Manual							maxuprc(5)

NAME
maxuprc - limits the maximum number of concurrent user processes per user VALUES
Failsafe Default Allowed values Recommended value DESCRIPTION
is a dynamic tunable that limits the maximum number of processes per user. Only root can have more than the number of processes limited by Who is Expected to Change This Tunable? System administrators can change the value of depending on the usage of the system. Restrictions on Changing None. This tunable is dynamic. When Should the Value of This Tunable Be Raised? The value of should be changed if users require more processes than what they are currently allowed by If fails with an error value of it could be an indication that was reached by that particular user. However, that is not the only reason that could cause to fail with an errno value of may be returned if system tunable has been reached or memory on the system has been exhausted. What Are the Side Effects of Raising the Value? Raising the value of allows a single user to consume a greater percentage of the system resources. When Should the Value of This Tunable Be Lowered? The value of should be lowered when individual users are monopolizing system resources by running too many concurrent processes. What Are the Side Effects of Lowering the Value? Applications that depend on a large number of processes may behave differently or fail. Existing processes will continue to run but new process creations which would result in the user exceeding will fail. What Other Tunable Values Should Be Changed at the Same Time? When tuning you should keep in mind the value of WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. SEE ALSO
nproc(5). Tunable Kernel Parameters maxuprc(5)
All times are GMT -4. The time now is 06:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy