To be used efficiently, all computer software needs certain hardware components or other software resources to be present on a computer. These prerequisites are known as (computer) system requirements and are often used as a guideline as opposed to an absolute rule
Questions tagged [system-requirements]
61 questions
1
vote
2 answers
lapjv - Illegal instruction (core dumped)
I've read that Illegal instruction (core dumped) error may be because of some machine issues or version issues.
However, my case is weird because I have two scripts - one dummy script to test the function and another one is my actual script. The…

Reine_Ran_
- 662
- 7
- 25
1
vote
1 answer
Which GPUs does CodeXL support?
Now that CodeXL is open-source and openly developed, I'd expect it to support more than just AMD GPUs. Is this true?
Which GPUs does CodeXL support?

Stefan Monov
- 11,332
- 10
- 63
- 120
1
vote
0 answers
OpenLDAP System requirements for virtualization
I'm looking for the minimum "hardware" requirements for a virtual machine to set up an OpenLDAP server.
I only found software documentation about this, but there is none about hardware, except that it requieres very little requirements.
Has someone…

Slye
- 198
- 2
- 13
1
vote
1 answer
Minimum Software and Hardware requirements for SharePoint 2013 developer Environment
I am a sharepoint developer and was looking for software & hardware requirements for setting up just the developer environment for SharePoint 2013, its only for testing and developing sharepoint solutions on my PC/laptop.
I looked into the…

krishna
- 575
- 2
- 8
- 22
1
vote
6 answers
System Requirements and Functional Requirememts
Can you please explain me the difference between system and functional requirements?
In the company that I working for , I perform a business analyst / design role for one of the applications that is responsible for fulfulling and provisioning a…

Punter Vicky
- 15,954
- 56
- 188
- 315
1
vote
2 answers
Requirements with Alternatives
In the project I am currently working in, the requirements is on this form:
The system must ...
The system must ...
It works fine as long as there are no alternative scenario. But how should I write if the system work differently depending on what…

magol
- 6,135
- 17
- 65
- 120
1
vote
1 answer
.MDF / .SDF Database Client Software Requirement
I have developed a program using VB.NET running with mysql (.mdf/.sdf) database file. It's definitely running well in my development machine.
Now I have compiled and come out the .exe file that want it to run in another personal computer without…

C PWL
- 519
- 6
- 10
- 26
0
votes
2 answers
Flash file .exe and .swf system requirement
I am a new user of adobe flash. I have a question:
After I published my flash file to .exe and .swf, how to I check the system requirement for this project when they need to open it??
I need to write on the cd face....
0
votes
1 answer
How do I adjust Unity build settings to ensure game compatibility across Android devices?
I just finished makeing an android 2D game (low graphics) but when I test it in my tab it shows - "Your device does not match the hardware requirement for this application."
It's my first game that I am testing on android and I don't know how to set…

Axyzham
- 11
- 4
0
votes
1 answer
scalability - Calculate load for performance testing from requirements
Suppose we have an API endpoint that will receive 100 Million requests a year and suppose our application needs to have at least 95% of those requests handled with less than 30ms. Is there a model to calculate what will be the load for the…

Vitor Figueredo Marques
- 159
- 8
0
votes
0 answers
What is the difference between functional requirement and usecase?
I have seen some sample SRS, almost all of them repeat what is in functional requirement into usecase section. Are they similar?

Semir Hamid
- 17
- 5
0
votes
0 answers
Mongodb cluster vs. a basic VPS with same resources (digital ocean, linode..) minimum requirements
I notice generically cloud infrastructure providers (like Digital Ocean, Linode..) offer "MongoDB Cluster" starting from 1GB of RAM at the cost of 15 usd.
The same providers offer "Virtual Personal Server" with 1 GB of RAM at less than 7usd.
Are…

Francesco Orsi
- 1,739
- 4
- 16
- 32
0
votes
2 answers
yocto - local build stuck on running do_compile tasks for two library
I am trying to build a core-image-minimal image raspberry pi 4 target machine.
For the setup project;
I am using latest dunfell distribution version which is 3.1.12
I added onl poky, meta-openembedded and meta-raspberrypi layers and also added…

Gökçe Demir
- 13
- 5
0
votes
2 answers
System Requirements For Angular Library
I am developing a Angular application and doing documentation for the same.
I am aware of minimum system requirements to be specified for third party software used for developing my application like required processor speed, os, RAM needed etc.
Is…

Prem Kumar
- 39
- 1
- 6
0
votes
1 answer
Requirement tracking Doxygen
I'm trying to generate a table of requirements covered by my tests using doxygen, I have seen this post https://stackoverflow.com/a/50827066/13269917 which works fine and generates a table that link requirements to tests, so in my code, before the…

Dr. Darwin
- 1
- 2